testing.common.cleanupStarted (field)

5 uses

	testing (current package)
		testing.go#L652: 	cleanupStarted atomic.Bool    // Registered cleanup callbacks have started to execute
		testing.go#L1536: 	c.cleanupStarted.Store(true)
		testing.go#L1537: 	defer c.cleanupStarted.Store(false)
		testing.go#L1952: 	if t.cleanupStarted.Load() {
		testing.go#L2022: 	if t.cleanupStarted.Load() {